Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageLayout Class / PageLayout Constructor / PageLayout Constructor(C1PageSettings,PageColumnDef[])
The page settings to use for the current page layout.
The column defitions to use for the current page layout.

In This Topic
    PageLayout Constructor(C1PageSettings,PageColumnDef[])
    In This Topic
    Initializes a new instance of the PageLayout class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageSettings As C1PageSettings, _
       ByVal ParamArray columns() As PageColumnDef _
    )
    public PageLayout( 
       C1PageSettings pageSettings,
       params PageColumnDef[] columns
    )

    Parameters

    pageSettings
    The page settings to use for the current page layout.
    columns
    The column defitions to use for the current page layout.
    See Also